home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / mc / syntax / asm.syntax < prev    next >
Text File  |  2009-10-25  |  495b  |  21 lines

  1. #  ASM definition created by Michelle Konzack <linux4michelle@freenet.de>
  2. #  This definition is under the GNU GPL version 3.0.
  3.  
  4. context default
  5.     keyword /\*                brown/22
  6.     keyword \*/                brown/22
  7.     keyword @*\n            green/22
  8.     keyword linestart +:        brightmagenta/22
  9.  
  10. context exclusive /\* \*/        brown/22
  11.     spellcheck
  12.  
  13. context linestart # \n            brightred/22
  14.     keyword <+>                red/22
  15.  
  16. context linestart ENTRY(*) \n        brightgreen/22
  17.  
  18.  
  19. file ..\*\\.(S|asm)$ Assembler\sSource
  20. include asm.syntax
  21.